home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / jetski.swf / scripts / DefineSprite_190 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  106 b   |  9 lines

  1. if(this._parent._parent.objectCrashTrig)
  2. {
  3.    this.gotoAndPlay("onL");
  4. }
  5. else
  6. {
  7.    this.stop();
  8. }
  9.